Determines whether a new item can be inserted in the collection at the specified .
シンタックス
'宣言
Public Overrides Function CanInsert( _
ByVal As System.Integer, _
ByVal As _
) As System.Boolean
public override System.bool CanInsert(
System.int ,
)
パラメータ
- index
- This parameter is ignored because Entity Framework works with non-ordered sources.
- item
- The item that would be inserted.
参照